php exec without waiting

31

"> /dev/null 2>/dev/null &"

shell_exec('your_command > /dev/null 2>/dev/null &');

Comments

Submit
0 Comments